WhichWindow FUNCTION Action Used internally by the other procedures in WINDOW.BAS. Do not use or alter this procedure. Syntax variablename% = WhichWindow(row%, col%) Remarks The WhichWindow procedure returns an integer that is the window number for the location specified on the screen. Overlapping windows are taken into account. The WhichWindow procedure uses the following arguments. variablename% ------------- Any BASIC variable name, including the name of a record variable or record element. row%, col% ---------- An integer pair that describes a particular point on the screen. Warning ------- Do not alter this procedure unless You're customizing the User Interface toolbox and know how the alteration of this procedure will affect the operation of all other procedures in the toolbox. See Also. WindowDo